object CheckHTML: TCheckHTML
Left = 221
Top = 262
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Checking HTML Script'
ClientHeight = 114
ClientWidth = 332
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 1
Top = 24
Width = 329
Height = 20
Alignment = taCenter
AutoSize = False
Caption = 'Checking HTML Script'
Font.Color = clBlack
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object Label2: TLabel
Left = 2
Top = 48
Width = 329
Height = 20
Alignment = taCenter
AutoSize = False
Caption = 'Please Wait...'
Font.Color = clBlack
Font.Height = -16
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object BitBtn1: TBitBtn
Left = 128
Top = 80
Width = 75
Height = 25
TabOrder = 0
Kind = bkOK
end
object Timer1: TTimer
Enabled = False
Interval = 1
OnTimer = Timer1Timer
Top = 80
end
end